* {
    margin: 0;
    padding: 0;
}

header {
    height: 90vh;
    background-image: url(Assests/Images/Contact_bg.jpg);
    background-size: cover;
}

body {
    background-color: #eef1f4;
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 0;
}

nav a {
    text-decoration: none;
    color: #eef1f4;
}

.logo img {
    width: 300px;
    height: 70px;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

.nav-list ul li {
    list-style: none;
    color: #eef1f4;
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
}

.nav-list ul li :hover {
    color: #c1dbf5;
}

section .enq {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 200px;
    gap: 23px;
}

section .enq a {
    text-decoration: none;
    color: white;
}


section .enq span {
    font-size: 35px;
    color: white;
    letter-spacing: 2px;
    font-family: sans-serif;
    font-weight: 500;
}

section .enquire {
    background-color: #003366;
    color: white;
    padding: 15px 20px;
    font-family: sans-serif;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.contact {
    height: 486px;
    width: 85vw;
    margin: 20px auto;
}

.contact .heading {
    color: #003366;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 60px;
}

.contact .contact-container {
    height: 450px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
}

.ctbx1 {
    height: 425px;
    width: 400px;
    background-color: #E5FFE8;
    border-radius: 20px;
}

.contact .header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0 20px 0;
}

.contact .header .name {
    color: #33AA40;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 600;
}

.contact .header .dnld {
    height: 49px;
    width: 140px;
    background-color: #33AA40;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.contact .header .download {
    font-size: 25px;
    color: black;
}

.contact .header .download a {
    font-size: 25px;
    color: black;
}

.contact .logo-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.contact .logo-name .logo {
    height: 150px;
    width: 150px;
    background-image: url(Assests/Logo/sunrise_logo.png);
    background-size: cover;
}

.contact .logo-name .name {
    font-family: "Bauhaus 93";
}

.contact .logo-name .name1 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 5px;
}

.contact .logo-name .name2 {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
}

.contact .ctbx1 .continue {
    height: 40px;
    width: 145px;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    margin: 30px 0 10px 128px;
    color: white;
    background-color: #098375;
    letter-spacing: 1px;
    cursor: pointer;
}

.contact .ctbx1 a {
    text-decoration: none;
    color: white;
}

.contact .contact-details {
    height: 450px;
    width: 400px;
    margin-left: 50px;
}

.contact .headings {
    color: #003366;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 15px 0 7px 0;
}

.contact .contact-us {
    display: flex;
    align-items: center;
}

.fa-solid,
.fas {
    font-size: 40px;
    font-weight: 600;
    color: #003366;
}

.fa-regular,
.far {
    font-weight: 400;
    font-size: 40px;
    font-weight: 600;
    color: #003366;
}

.contact .details {
    font-size: 17px;
    font-family: sans-serif;
    box-sizing: border-box;
    padding: 20px 35px
}

.details .heading2 {
    color: #003366;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.contact-map {
    height: 375px;
    width: 560px;
    margin: auto;
}

.contact-map iframe {
    height: 375px;  
    width: 40vw; 
    border-radius: 20px;
}


footer {
    height: 250px;
    width: 100%;
    background-color: #003366;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 53px;
}

footer ul li :hover {
    color: #c1dbf5;
}

footer a {
    text-decoration: none;
    color: #eef1f4;
}

footer .contact-icons {
    display: flex;
    gap: 40px;
}

.fa-youtube:before {
    content: "\f167";
    color: red;
    font-size: 40px;
}

footer .insta-logo {
    height: 35px;
    width: 35px;
    margin-top: 5px;
}

footer .youtube-logo {
    height: 45px;
    width: 45px;
}

footer span {
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: white;
}

@media screen and (max-width: 1100px) {

    header {
        height: 90vh;
        background-image: url(Assests/Images/contact_mbg.jpg);
        background-size: cover;
    }

    nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 0;
    }

    nav .nav-list {
        text-align: center;
    }

    .nav-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 23px;
        text-align: center;
    }

    .nav-list ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        color: #eef1f4;
        font-size: 10px;
        font-family: sans-serif;
        letter-spacing: 2px;
        cursor: pointer;
    }

    section .enq {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 250px;
        gap: 23px;
    }

    section .enq span {
        font-size: 30px;
        color: white;
        letter-spacing: 2px;
        font-family: sans-serif;
        font-weight: 500;
        text-align: center;
    }

    .contact {
        height: 1050px;
        width: 85vw;
        margin: 20px auto;
    }

    .contact .contact-container {
        height: 1000px;
        width: 85vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-map {
        height: 375px;
        width: 85vw;
        margin: auto;
    }
    
    .contact-map iframe {
        width: 85vw;
    }

    footer {
        height: 320px;
        width: 100%;
        background-color: #003366;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 53px;
    }

    footer span {
        font-size: 12px;
        font-family: sans-serif;
        letter-spacing: 1px;
        text-align: center;
        color: white;
    }


}